ImageGear .NET v24.12 - Updated
ImGearARTFreeLine Constructor(ImGearPoint[],IImGearRGBQuad)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTFreeLine Class > ImGearARTFreeLine Constructor : ImGearARTFreeLine Constructor(ImGearPoint[],IImGearRGBQuad)
The mark's points.
Color of the mark.
Initializes a new instance of the ImGearARTFreeLine class object.
Syntax
'Declaration
 
Public Function New( _
   ByVal points() As ImGearPoint, _
   ByVal color As IImGearRGBQuad _
)
'Usage
 
Dim points() As ImGearPoint
Dim color As IImGearRGBQuad
 
Dim instance As New ImGearARTFreeLine(points, color)
public ImGearARTFreeLine( 
   ImGearPoint[] points,
   IImGearRGBQuad color
)
public: ImGearARTFreeLine( 
   ImGearPoint[]* points,
   IImGearRGBQuad* color
)
public:
ImGearARTFreeLine( 
   array<ImGearPoint>^ points,
   IImGearRGBQuad^ color
)

Parameters

points
The mark's points.
color
Color of the mark.
See Also

Reference

ImGearARTFreeLine Class
ImGearARTFreeLine Members
Overload List
ImGearPoint Structure
ImGearRGBQuad Structure